home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 July / Amiga Games 1996 #7.iso / rexx / setwidth.erex < prev    next >
Text File  |  1996-03-31  |  198b  |  14 lines

  1. /* EasyCalc 2.0 Arexx Script */
  2.  
  3. options results
  4.  
  5. 'getnumber "Enter the new width for all columns:" "10" "600"'
  6.  
  7. newwidth = result
  8.  
  9. easytofront
  10.  
  11. do column=0 for 256
  12.   'colwidth' column newwidth
  13. end
  14.